fuse2fs software package provides ext2 / ext3 / ext4 file system driver for FUSE, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install fuse2fs
fuse2fs is installed in your system.
Make ensure the fuse2fs package were installed using the commands given below,
$ sudo dpkg-query -l | grep fuse2fs *
You will get with fuse2fs package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Administration Utilities |
| Package | fuse2fs |
| Version | 1.43.3-1 |
| Description | ext2 / ext3 / ext4 file system driver for FUSE |
| Sub Section | Admin |